body {
    background: #000000;
}

.owl-item {
    width: 128.906px;
    margin-right: 10px;
}

/*nav*/

.abc:hover {
    color: #ffc827 !important;
}

.abc {
    font-size: 20px;
    font-weight: 600;
    color: rgb(255, 255, 255) !important;
}

.body {
    margin: 0%;
    padding: 0%;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    margin: 0;
    color: #3f3c57;
    overflow-x: hidden;
    background-color: #6617cb;
    background-image: linear-gradient(315deg, #6617cb 0%, #cb218e 74%);
}

.signupbtn {
    padding-left: 20px;
    box-shadow: -3.828px -3.828px 6px 0px rgb(255 200 39 / 40%), 3px 5px 8px 0px rgb(255 82 1 / 20%);
    background: linear-gradient(to right, #90EE90 #fff #90EE90) !important;
    padding-right: 20px;
    margin-left: 0px;
    border-radius: 20px;
    font-weight: 600;
    color: black;
    border-style: none;
    float: right;
}

.signupbtn:hover {
    color: #000;
}

.loginbtn {
    padding-left: 20px;
    box-shadow: -3.828px -3.828px 6px 0px rgb(255 200 39 / 40%), 3px 5px 8px 0px rgb(255 82 1 / 20%);
    background: linear-gradient(to right, #90EE90 #fff #90EE90) !important;
    padding-right: 20px;
    margin-left: 0px;
    border-radius: 20px;
    font-weight: 600;
    color: black;
    border-style: none;
    float: right;
}

.loginbtn:hover {
    color: #000;
}

.text-yellow {
    color: #000000 !important;
    font-weight: bold;
    font-size: 20px;
}

.mytextresponsive {
    font-weight: 900;
    font-size: 30px;
}

@media only screen and (min-width: 576px) {
    .mytextresponsive {
        font-weight: 600;
        font-size: 20px;
    }
}

@media only screen and (min-width: 1000px) {
    .mytextresponsive {
        font-weight: 900;
        font-size: 30px;
    }
}

.imgresponsive {
    max-height: 150px !important;
}

/*Our Partners end*/

/
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    /* padding-top: 50px;
  padding-bottom: 50px; */
    background-color: #969696;
    background-position: center;
    background-size: cover;
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    /* bottom: 15px; */
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    margin: 2px 3px;
    background-color: #9dd3af;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
    height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
    left: 7%;
    top: 50%;
    right: auto;
}

.testimonial4_control_button .carousel-control.right {
    right: 7%;
    top: 50%;
    left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

.testimonial4_header h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}

.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}

@media only screen and (max-width: 420px) {
    .testimonial4_slide img {
        top: 0;
        left: 0;
        right: 0;
        width: 69px;
        height: 69px;
        margin: auto;
        display: block;
        color: #f2f2f2;
        font-size: 18px;
        line-height: 46px;
        text-align: center;
        position: relative;
        border-radius: 50%;
        box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
        -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
        -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
        -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    }
}

.testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
}

@media only screen and (max-width: 420px) {
    .testimonial4_slide p {
        color: #ffffff;
        font-size: 12px;
    }
}

.testimonial4_slide h4 {
    color: #ffffff;
    font-size: 22px;
}

/* .testimonial .carousel {
padding-bottom:50px;
} */

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

/* ------testimonial  close-------*/

/* instagram css  */

.img-back {
    background-size: cover;
}

.container4 {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.containe4 .img1 {
    width: 100%;
    height: auto;
}

.container4 .btt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
    font-size: 19px;
    border: none;
    cursor: pointer;
    border-color: 5px solid white;
    border-radius: 50%;
    text-align: center;
}

.container4 .btt:hover {
    background-color: rgba(0, 0, 0, 0.342);
    height: 50px;
    width: 50px;
}

.img1 {
    border-radius: 10px;
    padding: 0px;
}

/* instagram css end */

#carousel1 {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}

#carousel1 img {
    width: 100%;
    height: 100%;
}

.rounded-lg4 {
    position: relative;
    display: inline-block;
}

.card--image {
    display: block;
    width: 300px;
    height: 200px;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.hover-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    text-align: center;
}

.rounded-lg4:hover .overlay {
    opacity: 1;
}

.rounded-lg4:hover .hover-text {
    opacity: 1;
}

/*footer*/

.btn1 {
    position: relative;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    background: linear-gradient( 90deg, rgb(60, 255, 183) 0%, rgb(0, 148, 68) 100%);
    box-shadow: 0 0.625rem 1.563rem 0 rgb(0 0 0 / 30%);
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
    width: 14.375rem;
    border-radius: 3.125rem;
    margin-right: 0.938rem;
    margin-top: 1.25rem;
    border: 0;
    outline: 0;
}

.btn2 {
    position: relative;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    background: linear-gradient( 90deg, rgb(88, 177, 255) 0%, rgb(0, 121, 219) 100%);
    box-shadow: 0 0.625rem 1.563rem 0 rgb(0 0 0 / 30%);
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
    width: 14.375rem;
    border-radius: 3.125rem;
    margin-right: 0.938rem;
    margin-top: 1.25rem;
    border: 0;
    outline: 0;
}

#grad1 {
    height: 200px;
    background-color: red;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, red, yellow);
}

@media only screen and (max-width: 320px) {
    .footer-height {
        width: 100%;
        height: 5000% !important;
    }
}

/*footer end*/

/*whatsaap*/

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 35px;
    background: linear-gradient( 90deg, rgb(55, 223, 97) 0%, rgb(9, 187, 3) 100%);
    color: #fff;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
}

.my-float {
    margin-bottom: 8px;
    margin-left: 1px;
    font-size: 30px;
}

/*whatsaap end*/

/* css for payments  */

.Payment {
    font-size: 40px;
    font-weight: 500;
    color: #ffc827;
}

@media only screen and (max-width: 420px) {
    .Payment {
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        color: #ffc827;
    }
}

.card {
    background: black !important;
    border-color: #ffc827 !important;
    box-shadow: 0px 0px 5px 5px rgba(255, 201, 39, 0.608), 0px 0px 5px 5px rgb(255 82 1 / 20%) !important;
    /* box-shadow:  2px 2px 2px 2px rgb(255 200 39 / 40%), 3px 5px 8px 2px rgb(255 82 1 / 20%),2px 2px 2px 2px rgb(255 200 39 / 40%), 3px 5px 8px 2px rgb(255 82 1 / 20%)  !important; */
}

.card:hover {
    box-shadow: 0px 0px 5px 5px rgb(255 200 39 / 40%), 0px 0px 2px 2px rgb(255 82 1 / 20%) !important;
}

/* payment css end */

/*200% BONUS*/

.tts {
    background: linear-gradient(to right, #90EE90 #fff #90EE90) !important;
    color: white;
    border-style: solid;
    font-size: 20px;
    box-shadow: -3.828px -3.828px 6px 0px rgb(255 200 39 / 40%), 3px 5px 8px 0px rgb(255 82 1 / 20%);
}

.tts:hover {
    color: black;
    background-color: transparent;
    border-style: solid;
    font-size: 20px;
    box-shadow: -3.828px -3.828px 10px 0px rgb(255 200 39 / 40%), 8px 10px 10px 0px rgb(255 82 1 / 20%);
}

.ttss {
    background: linear-gradient(to right, #90EE90 #fff #90EE90) !important;
    color: black;
    border-style: solid;
    font-size: 20px;
    text-align: center;
    box-shadow: -3.828px -3.828px 6px 0px rgb(255 200 39 / 40%), 3px 5px 8px 0px rgb(255 82 1 / 20%);
}

.ttss:hover {
    color: black;
    background-color: transparent;
    border-style: solid;
    font-size: 20px;
    box-shadow: -3.828px -3.828px 10px 0px rgb(255 200 39 / 40%), 8px 10px 10px 0px rgb(255 82 1 / 20%);
}

.btnHideID {
    display: none;
}

@media only screen and (max-width: 420px) {
    .btnHideID {
        display: block;
    }
}

.text-centerall {
    justify-content: left;
    text-align: left;
    align-items: left;
}

@media only screen and (max-width: 600px) {
    .text-centerall {
        /* align-items: center; */
        /* justify-content: center; */
        text-align: center;
    }
}

.pan {
    color: #ffc827;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

@media only screen and (max-width: 420px) {
    .pan {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        font-family: 'Poppins', sans-serif;
    }
}

.bonus {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

@media only screen and (max-width: 420px) {
    .bonus {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        font-family: 'Poppins';
    }
}

.sum {
    font-size: 18px;
    font-family: 'Poppins';
}

@media only screen and (max-width: 420px) {
    .sum {
        text-align: center;
        font-weight: bold;
        font-size: 10px;
        font-family: 'Poppins';
    }
}

/*200% BONUS end*/

/*video start*/

.video {
    font-weight: bold;
    color: #ffc827;
    font-size: 50px;
    font-family: 'Poppins', sans-serif;
}

@media only screen and (max-width: 420px) {
    .video {
        text-align: center;
        color: #ffc827;
        font-size: 25px;
        font-family: 'Poppins', sans-serif;
    }
}

.vdo {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
}

@media only screen and (max-width: 420px) {
    .vdo {
        text-align: justify;
        color: #ffc827;
        font-size: 10px;
        font-family: 'Poppins', sans-serif;
    }
}

/*video end*/

/*KNOW MORE ABOUT GAMES start*/

.know {
    font-size: 30px;
    color: #ffc827;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

@media only screen and (max-width: 420px) {
    .know {
        font-size: 20px;
        color: #ffc827;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
    }
}

/*KNOW MORE ABOUT GAMES end*/

/*Our Partners*/

.myhovert {
    background-color: black !important;
    box-shadow: -3.828px -3.828px 10px 0px rgb(255 200 39 / 40%), 8px 10px 10px 0px rgb(255 82 1 / 20%);
    border-radius: 10px;
    background-image: url(img/shape\ \(1\).jpeg);
}

.forlogo {
    color: rgb(216, 216, 216);
    font-family: 'Poppins', sans-serif;
}

.partnerimg img {
    border-color: #c5c5c5 !important;
    border: 1px solid !important;
    border-radius: 15px;
}

/*Our Partners end*/

.text-yellow {
    color: rgb(216, 216, 216);
}

/*mer/*/

.mer {
    font-size: 10px;
    margin-right: 30%;
    font-family: 'Poppins', sans-serif;
}

.line {
    border-top: 2px dotted rgb(58, 58, 58);
    border-bottom: 2px dotted rgb(58, 58, 58);
}

.ap {
    font-size: 10px;
}

.ffft {
    font-family: 'Poppins' !important;
    font-weight: 500;
}

.fffc {
    font-family: 'Poppins', sans-serif !important;
    font-weight: bold !important;
    font-size: 13px !important;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: none;
    color: white;
}

.one {
    font-weight: 600;
    background-color: #ffc827;
    border-style: none;
}

/* new CSS Started */

.logo-div {
    padding: 10px;
    padding-bottom: 0px;
}

.logo-icon {
    width: 80px;
}

.btnlogin {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media only screen and (max-width: 600px) {
    .logo-icon {
        width: 50px;
    }
    .tts {
        font-size: 10px;
    }
    .mybtnrow {
        padding-top: 0px;
        /* padding-top: 6%; */
        padding-bottom: 3%;
    }
}

/* top black cricket design css start */

.container-res-custom {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.nav-res-custom {
    overflow-x: auto;
    -ms-overflow-style: none;
    margin-bottom: -7px;
    flex-direction: row;
    white-space: nowrap;
    width: 320px;
}

.navimg-res-custom {
    margin-left: 5px;
    width: 15px;
}

.navimg2-res-custom {
    margin-left: 5px;
    width: 20px;
}

.navimg3-res-custom {
    margin-left: 5px;
    width: 12px;
}

@media screen and (min-width: 319px) and (max-width: 768px) {
    .container-res-custom {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }
    .nav-res-custom {
        overflow-x: auto;
        -ms-overflow-style: none;
        margin-bottom: -15px;
        flex-direction: row;
        white-space: nowrap;
        width: 320px;
    }
    .navpad-res-custom {
        padding-bottom: 1rem;
    }
    .navimg-res-custom {
        margin-left: 5px;
        width: 15px;
    }
    .navimg2-res-custom {
        margin-left: 5px;
        width: 15px;
    }
    .nav-img3-res-custom {
        margin-left: 5px;
        width: 15px;
    }
}

@media screen and (min-width: 769px) and (max-width: 2560px) {
    .container-res-custom {
        width: 77%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .nav-res-custom {
        overflow-x: auto;
        -ms-overflow-style: none;
        margin-bottom: -7px;
        flex-direction: row;
        white-space: nowrap;
        width: 100%;
    }
    .navpad-res-custom {
        /* padding-bottom: 1rem;
  padding-top: 1rem; */
        padding-left: 15px;
        padding-right: 15px;
    }
    .navimg-res-custom {
        margin-left: 10px;
        width: 25px;
    }
    .nav-img2-res-custom {
        margin-left: 10px;
        width: 40px;
    }
    .nav-img3-res-custom {
        margin-left: 10px;
        width: 20px;
    }
}

/* top black cricket design css end */

/* show & hide mobile & desk css :start */

/* mobile & desktop crousle css start */

.mobile-crousle {
    display: none;
}

.desktop-crousle {
    display: block;
}

@media screen and (min-width: 319px) and (max-width: 768px) {
    .mobile-crousle {
        display: block;
    }
    .desktop-crousle {
        display: none;
    }
}

@media screen and (min-width: 769px) and (max-width: 2560px) {
    .mobile-crousle {
        display: none;
    }
    .desktop-crousle {
        display: block;
    }
}

/* mobile & desktop crousle end */

/* show & hide mobile & desk css :end */

/* instagram css  */

.Celebs {
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 60px !important;
}

@media only screen and (max-width: 320px) {
    .Celebs {
        color: rgb(255, 255, 255);
        font-weight: 700;
        font-size: 40px !important;
    }
}

.img-back {
    background-size: cover;
}

.container4 {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.containe4 .img1 {
    width: 100%;
    height: auto;
}

.container4 .btt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
    font-size: 19px;
    border: none;
    cursor: pointer;
    border-color: 5px solid white;
    border-radius: 50%;
    text-align: center;
}

.container4 .btt:hover {
    background-color: rgba(0, 0, 0, 0.342);
    height: 50px;
    width: 50px;
}

.img1 {
    border-radius: 10px;
    padding: 0px;
}

/* instagram css end */

h1,
h3 {
    text-transform: uppercase;
}

.counter {
    text-align: center;
}

.counter-count {
    font-size: 60px;
    font-family: sans-serif;
    font-weight: bold;
    font-style: italic;
    position: relative;
    color: #ffc827;
    text-align: center;
    display: inline-block;
}

.lk {
    font-family: sans-serif;
    font-size: 50px;
    font-weight: 900;
    font-style: italic;
    position: relative;
    color: #ffc827;
    text-align: center;
    display: inline-block;
}

@media only screen and (max-width: 320px) {
    .counter-count {
        font-size: 30px;
        font-family: sans-serif;
        font-weight: bold;
        font-style: italic;
        position: relative;
        color: #ffc827;
        text-align: center;
        display: inline-block;
    }
}

.promotions {
    font-size: 30px;
    color: #ffc827;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

@media only screen and (max-width: 320px) {
    .promotions {
        font-size: 25px;
        color: #ffc827;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
    }
}

@media only screen and (max-width: 420px) {
    .promotions {
        font-size: 25px;
        color: #ffc827;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
    }
}

.most {
    font-weight: 600;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}

@media only screen and (max-width: 320px) {
    .most {
        font-weight: 500;
        font-size: 10px;
        font-family: 'Poppins', sans-serif;
    }
}

@media only screen and (max-width: 420px) {
    .most {
        font-weight: 500;
        font-size: 10px;
        font-family: 'Poppins', sans-serif;
    }
}

@media only screen and (max-width: 320px) {
    .lk {
        font-family: sans-serif;
        font-size: 20px;
        font-weight: 900;
        font-style: italic;
        position: relative;
        color: #ffc827;
        text-align: center;
        display: inline-block;
    }
}

/**/

.css-1gddqmt {
    margin: 0px 0px 16px;
    padding: 0px;
    text-align: center;
}

ul {
    display: block;
    list-style-type: disc;
    /* margin-block-start: 1em; */
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

@media (min-width: 1280px) {
    .css-futkjh {
        margin: 8px 25px;
    }
}

@media (min-width: 960px) {
    .css-futkjh {
        margin: 8px 18px;
    }
}

.css-futkjh {
    display: inline-block;
    list-style-type: none;
    margin: 8px 14px;
}

@media (min-width: 960px) {
    .css-uqqz4d.bwFooter__logoImage--alt {
        max-height: 40px;
    }
}

.css-uqqz4d {
    max-height: 35px;
}

/**/

@media (min-width: 960px) {
    .css-84p6h6 {
        margin-bottom: 24px;
        border: 0;
        box-sizing: border-box;
        font-size: 100%;
        font: inherit;
        margin: 0;
        padding: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-text-size-adjust: none;
        -moz-text-size-adjust: none;
        text-size-adjust: none;
        vertical-align: baseline;
    }
}

@media (min-width: 768px) {
    .css-84p6h6 {
        margin-bottom: 26px;
        /* margin-top: 10px; */
    }
}

.css-84p6h6 {
    margin-bottom: 30px;
    text-align: center;
}

.css-1lxgyys {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
}

/* p {
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
} */

.css-84p6h6 {
    margin-bottom: 30px;
    text-align: center;
}

.css-1baulvz {
    display: inline-block;
}

/* a {
color: inherit;
text-decoration: none;
} */

.css-1baulvz {
    display: inline-block;
}

.css-71x25p {
    height: 70px;
    margin: 20px 15px 0px;
}

.css-12f73hr {
    background-color: #333;
    border: none;
    height: 1px;
    margin: 10px 0;
}

/* hr {
display: block;
unicode-bidi: isolate;
margin-block-start: 0.5em;
margin-block-end: 0.5em;
margin-inline-start: auto;
margin-inline-end: auto;
overflow: hidden;
border-style: inset;
border-width: 1px;
} */

@media (min-width: 960px) {
    .css-1938mg0 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 960px) {
    .css-1gddqmt.bwFooter__logos--apps {
        flex: 1 1 0%;
        text-align: left;
    }
}

.css-1gddqmt {
    margin: 0px 0px 16px;
    padding: 0px;
    text-align: center;
}

.css-futkjh.bwFooter__logo--app {
    margin: 20px 10px 0px;
}

@media (min-width: 1280px) {
    .css-futkjh {
        margin: 8px 25px;
    }
}

@media (min-width: 960px) {
    .css-futkjh {
        margin: 8px 18px;
    }
}

.css-futkjh {
    display: inline-block;
    list-style-type: none;
    margin: 8px 14px;
}

.css-uqqz4d {
    max-height: 35px;
}

@media (min-width: 960px) {
    .css-1gddqmt.bwFooter__logos--social {
        flex: 1 1 0%;
        order: 3;
        text-align: right;
    }
}

.css-1gddqmt {
    margin: 0px 0px 16px;
    padding: 0px;
    text-align: center;
}

@media (min-width: 960px) {
    .css-futkjh.bwFooter__logo--social {
        margin-top: 20px;
    }
}

.css-futkjh.bwFooter__logo--social {
    margin: 8px 10px 6px;
}

@media (min-width: 1280px) {
    .css-futkjh {
        margin: 8px 25px;
    }
}

@media (min-width: 960px) {
    .css-futkjh {
        margin: 8px 18px;
    }
}

.css-futkjh {
    display: inline-block;
    list-style-type: none;
    margin: 8px 14px;
}

.css-uqqz4d {
    max-height: 35px;
}

/* hover css */

.css-uqqz4d:hover {
    filter: brightness(170%);
}

/* Snackbar Style code start */

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: green;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 999;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

/* Snackbar Style code end */

/*download*/

.button {
    width: 40%;
    height: 10%;
    background-color: ;
    font-size: 20px;
    border-radius: 30px;
    font-weight: 500;
    border-style: none;
}

@media only screen and (max-width: 420px) {
    .button {
        width: 40%;
        height: 10%;
        background-color: #ffc827;
        font-size: 15px;
        border-radius: 30px;
        margin-left: -1px;
        font-weight: 500;
        border-style: none;
    }
}

.app {
    font-size: 40px;
    font-weight: bold;
    color: #ffc827;
}

@media only screen and (max-width: 420px) {
    .app {
        font-size: 25px;
        font-weight: bold;
        color: #ffc827;
    }
}

/*download end*/

.mypic1 {
    max-width: 30px;
}

.iconfooter {
    position: fixed !important;
    /* margin-top: auto; */
    bottom: 0;
    /* height:60px;  */
    width: 100%;
    /* background-color: red; */
    color: white;
    background: black;
    z-index: 880;
    text-align: center;
}

.images4 {
    width: 80px;
}

@media only screen and (max-width: 420px) {
    .images4 {
        width: 60px;
    }
}

.text4 {
    font-size: 20px;
}

@media only screen and (max-width: 420px) {
    .text4 {
        font-size: 12px;
    }
}

.footerlogo4 {
    width: 110px;
}

@media only screen and (max-width: 420px) {
    .footerlogo4 {
        font-size: 81px;
    }
}

/* mobile & desktop crousle css start */

.mobile-crousle2 {
    display: none;
}

.mypromotioncrousle {
    display: block;
}

@media screen and (min-width: 319px) and (max-width: 768px) {
    .mobile-crousle2 {
        display: block;
    }
    .mypromotioncrousle {
        display: none;
    }
}

@media screen and (min-width: 769px) and (max-width: 2560px) {
    .mobile-crousle2 {
        display: none;
    }
    .mypromotioncrousle {
        display: block;
    }
}

/* mobile & desktop crousle end */

.spacetop {
    padding-top: 80px;
}

@media only screen and (max-width: 420px) {
    .spacetop {
        padding-top: 10px;
        text-align: center;
    }
}

.mysocialdiv {
    padding-bottom: 100px;
}

.nowplay {
    font-size: 15px;
    font-weight: 600;
}

@media only screen and (max-width: 420px) {
    .nowplay {
        font-size: 15px;
        font-weight: 600;
        text-align: center;
    }
}

.Playstore {
    color: white;
    font-size: 15px;
    font-weight: 600;
}

@media only screen and (max-width: 420px) {
    .Playstore {
        color: white;
        font-size: 15px;
        font-weight: 600;
        text-align: center;
    }
}

.top {
    z-index: 999;
}

/*blog start*/

.blog {
    font-size: 40px;
    font-family: 'Poppins';
    color: #ffc827;
    font-weight: bold;
}

.blog-image {
    width: 350px !important;
    height: 200px !important;
}

/*@media only screen and (max-width: 420px){*/

/*  .blog-image{*/

/*    width:290px !important; */

/*    height: 200px !important;*/

/*}*/

/*}*/

.caption-for-image {
    background-color: #111;
    padding: 20px;
}

.image-heading-in-caption {
    font-size: 24px;
    font-weight: 500;
    color: #ffc827;
    font-family: 'Racing Sans One' !important;
}

.author-and-date {
    font-size: 12px;
    color: #ffffff;
    font-family: 'Poppins';
}

.read-more {
    height: 30px;
    width: 90px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    font-family: 'Poppins';
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.read-more:hover {
    box-shadow: .5px .5px 150px #252525;
}

.type1::after {
    content: "Thanks";
    height: 30px;
    width: 90px;
    background-color: #ffc827;
    color: #000000;
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translateY(50px);
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}

.type1::before {
    content: "Read More";
    height: 30px;
    width: 90px;
    background-color: #fff;
    color: #000000;
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translateY(0px) scale(1.2);
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}

.type1:hover::after {
    transform: translateY(0) scale(1.2);
}

.type1:hover::before {
    transform: translateY(-50px) scale(0) rotate(120deg);
}

/*blog end*/

/* Center the preloader vertically and horizontally */

.preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    /* Optionally set a background color */
    z-index: 9999;
    /* Make sure the preloader is on top of other content */
}

/* Style the logo image */

.preloader img {
    width: 100px;
    /* Adjust the size of the logo as needed */
    height: 100px;
}

.numbers {
    position: absolute;
    top: 65%;
    margin: 0%;
    left: 50%;
    font-size: 30px;
    font-weight: bold;
    color: #ffc827;
    font-family: 'Poppins', sans-serif;
    transform: translate(-50%, -50%);
}